﻿@charset 'utf-8';
@import url('../../css.css');

/*------------ style(原網頁設定) ------------*/
/*body{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.5em;
    font-family: '微軟正黑體', Microsoft JhengHei, MingLiU, arial, verdana, helvetica, tahoma, Sans-serif;
    -webkit-transition: none;
    transition: none;
}
.container {
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    max-width: 1170px;
    letter-spacing: 1px;
}
.wrapper {
    overflow: hidden;
}*/

/*** animated ***/
.hidden1 {
    opacity: 0;
}
.visible {
    opacity: 1;
}
.animated {
    -webkit-animation-duration: 1s;
       -moz-animation-duration: 1s;
         -o-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}
.page_about02 .sec1 .top .title {
    animation-duration: .8s;
    animation-delay: .3s;
}
.page_about02 .sec1 .top .con {
    animation-duration: 1.3s;
    animation-delay: .8s;
}
.page_about02 .sec1 .center .sec-title,
.page_about02 .sec1 .center .con,
.page_about02 .sec1 .bottom .sec-title,
.page_about02 .sec1 .bottom .con {
    animation-duration: .8s;
}
.page_about02 .sec1 .center{
    /*animation-delay: 1.3s;*/
    animation-delay: 1.8s;
}
.page_about02 .sec1 .bottom{
    /*animation-delay: 1.8s;*/
    animation-delay: 2.3s;
}
.page_about02 .sec4 .bottom{
    animation-delay: .3s;
}
.page_about02 .sec5 .item2{
    animation-delay: .2s;
}
.page_about02 .sec5 .item3{
    animation-delay: .4s;
}
.page_about02 .sec5 .item4{
    animation-delay: .6s;
}
.page_about02 .sec5 .item5{
    animation-delay: .8s;
}
.page_about02 .sec5 .item6{
    animation-delay: 1s;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-o-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.animated.fadeIn1 {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInUp1 {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


.page_about02 .sec3 .col{
    transform: scale(0.5);
    transition: transform 1s , opacity 1s;
    opacity: 0;
}
.item-fadeInLeft {
    transform: scale(1) !important;
    transition-delay: 0.2s !important;  
    opacity: 1 !important;
}
.item-fadeInLeft2 {
    transform: scale(1) !important;
    transition-delay: 0.3s !important;
    opacity: 1 !important; 
}

.item-fadeInLeft3 {
    transform: scale(1) !important;
    transition-delay: 0.4s !important;
    opacity: 1 !important;
}

.item-fadeInLeft4 {
    transform: scale(1) !important;
    transition-delay: 0.5s !important; 
    opacity: 1 !important;
}

.item-fadeInLeft5 {
    transform: scale(1) !important;
    transition-delay: 0.6s !important;
    opacity: 1 !important; 
}

.item-fadeInLeft6 {
    transform: scale(1) !important;
    transition-delay: 0.7s !important; 
    opacity: 1 !important;
}

.item-fadeInLeft7 {
    transform: scale(1) !important;
    transition-delay: 0.8s !important; 
    opacity: 1 !important;
}

.item-fadeInLeft8 {
    transform: scale(1) !important;
    transition-delay: 0.9s !important; 
    opacity: 1 !important;
}

.item-fadeInLeft9 {
    transform: scale(1) !important;
    transition-delay: 1s !important; 
    opacity: 1 !important;
}

.item-fadeInLeft10 {
    transform: scale(1) !important;
    transition-delay: 1.1s !important; 
    opacity: 1 !important;
}

/*------------ style(原網頁設定) ------------*/

.page_about02{
    font-family: '微軟正黑體', Microsoft JhengHei, MingLiU, arial, verdana, helvetica, tahoma, Sans-serif;
    font-size: 18px;
    color: #555;
    line-height: 35px;
}
.page_about02 span{
    line-height: inherit;
}
.page_about02 .row > .col{
    float: left;
}
.page_about02 .sec-title{
    font-size: 23px;
    color: #222;
    margin-bottom: 20px;
}
.page_about02 .sec1{
    padding: 70px 0 110px;
}
.page_about02 .sec3{
    padding: 70px 0 10px;
}
.page_about02 .sec4{
    padding: 90px 0;
}
.page_about02 .sec2,
.page_about02 .sec5{
    padding: 0;
}
.page_about02 .sec1 .row,
.page_about02 .sec5 .row{
    margin-right: 0;
    margin-left: 0;
}
.page_about02 .sec1 .top{
    /*border-bottom: 1px solid #bbbbbb;*/
    padding-bottom: 85px;
    position: relative;
}
.page_about02 .sec1 .top .line{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    -webkit-animation-duration: 2s;
       -moz-animation-duration: 2s;
         -o-animation-duration: 2s;
            animation-duration: 2s;
            animation-delay: .8s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: Line;
    -moz-animation-name: Line;
    -o-animation-name: Line;
    animation-name: Line;
}
@-webkit-keyframes Line {
    0% {
        background: #fff;
        right: 100%;
    }

    100% {
        background: #bbbbbb;
        right: 0;
    }
}
.page_about02 .sec1 .top .title{
    color: #e74184;
    font-size: 38px;
    line-height: 55px;
    font-weight: bold;
    max-width: 307px;
    letter-spacing: 3px;
}
.page_about02 .sec1 .top .con{
    padding-left: 44px;
    width: calc(100% - 307px);
}
.page_about02 .sec1 .top .con span{
    display: block;
}
.page_about02 .sec1 .top,
.page_about02 .sec1 .center,
.page_about02 .sec4 .top{
    margin-bottom: 80px;
}
.page_about02 .sec2 .pic{
    height: 400px;
    background: url(../images/pic_01.jpeg) center / cover;
}
.page_about02 .sec3 .title{
    color: #222;
    font-size: 30px;
    letter-spacing: 3px;
    text-align: center;
    display: block;
    margin-bottom: 60px;
}
.page_about02 .sec3 .title b{
    margin: 0 15px;
    color: #e64183;
    font-family: 'Donegal One', serif;
    font-size: 70px;
    font-weight: 100;
}
.page_about02 .sec3 .row{
    margin: 0 -30px;
}
.page_about02 .sec3 .col,
.page_about02 .sec5 .col{
    width: calc(100% / 3);
}
.page_about02 .sec3 .col{
    padding: 0 10px;
    margin-bottom: 50px;
}
.page_about02 .sec3 .col:after{
    content: '';
    display: block;
    clear: both;
}
.page_about02 .sec3 .pic{
    float: left;
}
.page_about02 .sec3 .txt{
    width: calc(100% - 70px);
    float: right;
    padding-left: 15px;
}
.page_about02 .sec3 .name{
    color: #e64183;
    margin-bottom: 5px;
}
.page_about02 .sec3 .con{
    font-size: 17px;
    line-height: 27px;
}
.page_about02 .sec4,
.page_about02 .sec5{
    background: #f6f7f9;
}
.page_about02 .sec4 .top,
.page_about02 .sec4 .bottom{
    max-width: 900px;
}
.page_about02 .sec4 .bottom .con span{
    font-weight: bold;
    display: inline-block;
    margin: 35px 0;
    color: #5c4285;
}
.page_about02 .sec4 .sec-title span{
    margin-right: 20px;
}
.page_about02 .sec5 .pic img{
    width: 100%;
    height: auto !important;
}
.page_about02 .sec5 .col{
    position: relative;
}
.page_about02 .sec5 .col .txt{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(46,31,81,0);
}
.page_about02 .sec5 .col:hover .txt{
    background: rgba(46,31,81,.5);
}


.page_about02 .sec5 .col {
  position: relative;
  overflow: hidden;
/*  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;*/
}
.page_about02 .sec5 .col,
.page_about02 .sec5 .col * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page_about02 .sec5 .col img {
  width: 100%;
  height: 100%;
}
.page_about02 .sec5 .col .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  letter-spacing:2px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  padding-top: 15%;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.page_about02 .sec5 .col .pic {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.page_about02 .sec5 .col .txt .name {
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  border: 1px solid #fff;
  display: inline-block;
  margin: 30px 0 0 0;
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.page_about02 .sec5 .col .txt .con {
  position: relative;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: transform 0.35s 0.1s linear;
  -moz-transition: transform 0.35s 0.1s linear;
  transition: transform 0.35s 0.1s linear;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);

}
.page_about02 .sec5 .col:hover .pic {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.page_about02 .sec5 .col:hover .txt {
  visibility: visible;
  opacity: 1;
}
.page_about02 .sec5 .col:hover .txt .name,
.page_about02 .sec5 .col:hover .txt .con {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/*------------ style ------------*/


/***************************************************************/

@media (max-width: 1200px){
  .page_about02 .sec5{
    padding-bottom: 60px;
  }
}
/*平板橫 1024*/
@media (max-width: 1024px) {
    .page_about02 .sec3 .col:nth-child(3n+1){
      clear: left;
    }
    .page_about02 .sec5 .col .txt,
    .page_about02 .sec5 .col:hover .txt{
        position: static;
        opacity: 1;
        color: #555;
        visibility: visible;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        padding: 20px 30px 30px;
        letter-spacing: 1px;
    }
    .page_about02 .sec5 .col .txt .name{
        color: #222;
        font-weight: bold;
        letter-spacing: 2px;
        border: none;
        max-width: 108px;
        width: 100%;
        margin: 0 auto 6px;
        padding: 0;
    }
    .page_about02 .sec5 .col .txt .con{
        font-size: 16px;
        line-height: 26px;
        padding: 0;
    }
    .page_about02 .sec5 .col .txt .name,
    .page_about02 .sec5 .col .txt .con,
    .page_about02 .sec5 .col:hover .txt .name,
    .page_about02 .sec5 .col:hover .txt .con{
      -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
             transform: translateY(0);
    }
    .page_about02 .sec5 .col:hover .pic {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    .page_about02 .sec5 .col:hover .txt {
      background: rgba(46,31,81,0);
    }
}

/*平板直 768*/
@media (max-width: 768px) {
    .page_about02 {
        font-size: 16px;
        line-height: 30px;
    }
    .container{
        max-width: 100%;
        width: 100%;
        padding: 0 35px;
        margin: 0;
    }
    .page_about02 .sec-title {
        line-height: 35px;
    }
    .page_about02 .sec3 .col:nth-child(3n+1){
      clear: none;
    }
    .page_about02 .sec3 .col:nth-child(2n+1){
      clear: left;
    }
    .page_about02 .sec3 .col,
    .page_about02 .sec5 .col{
        width: calc(100% / 2);
    }
    .page_about02 .sec1 .top .title,
    .page_about02 .sec1 .top .con{
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .page_about02 .sec1 .top .title{
        margin-bottom: 30px;
    }
    .page_about02 .sec3{
        text-align: center;
    }
    .page_about02 .sec3 .pic,
    .page_about02 .sec3 .txt{
        float: none;
    }
    .page_about02 .sec3 .txt{
        padding-left: 0;
        width: 100%;
    }
    .page_about02 .sec3 .col:nth-child(2n+1){
        clear: left;
    }
    /*.page_about02 .sec5 .col .txt,
    .page_about02 .sec5 .col:hover .txt{
        position: static;
        opacity: 1;
        color: #333;
        visibility: visible;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        padding: 20px 30px 30px;
        letter-spacing: 1px;
    }
    .page_about02 .sec5 .col .txt .name{
        color: #5c4285;
        border: none;
        border-bottom: 1px solid #5c4285;
        max-width: 108px;
        width: 100%;
        margin: 0 auto 10px;
        padding: 0;
    }
    .page_about02 .sec5 .col .txt .con{
        line-height: 26px;
        padding: 0;
    }
    .page_about02 .sec5 .col .txt .name,
    .page_about02 .sec5 .col .txt .con,
    .page_about02 .sec5 .col:hover .txt .name,
    .page_about02 .sec5 .col:hover .txt .con{
      -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
             transform: translateY(0);
    }
    .page_about02 .sec5 .col:hover .pic {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    .page_about02 .sec5 .col:hover .txt {
      background: rgba(46,31,81,0);
    }*/
/*    .page_about02 .sec5 .col{
      -webkit-transition: all 0s ease-in-out;
      -moz-transition: all 0s ease-in-out;
      transition: all 0s ease-in-out;
    }
    .page_about02 .sec5 .item2,
    .page_about02 .sec5 .item4,
    .page_about02 .sec5 .item6{
        animation-delay: .2s;
    }
    .page_about02 .sec5 .item3,
    .page_about02 .sec5 .item5{
        animation-delay: 0s;
    }*/
}

/*i6plus 414*/
@media (max-width: 414px) {
    .page_about02 .sec3 .col:nth-child(n){
      clear: left;
    }
    .page_about02 .sec3 .col,
    .page_about02 .sec5 .col{
        width: 100%;
    }
    .page_about02 .sec1 .top .title{
        max-width: 290px;
        margin: 0 auto 50px;
    }
    .page_about02 .sec1 .top .con span{
        display: inline;
    }
    .page_about02 .sec2 .pic{
        background-image: url(../images/pic_01_mobile.jpeg);
    }
    .page_about02 .sec-title{
        font-size: 22px;
    }
    .page_about02 .sec4 .sec-title span{
        margin-right: 0;
        display: block;
    }
    .page_about02 .sec1 .top {
        padding-bottom: 45px;
    }
    .page_about02 .sec1 .top,
    .page_about02 .sec1 .center,
    .page_about02 .sec4 .top {
        margin-bottom: 50px;
    }
/*    .page_about02 .sec5 .item2,
    .page_about02 .sec5 .item3,
    .page_about02 .sec5 .item4,
    .page_about02 .sec5 .item5,
    .page_about02 .sec5 .item6{
        animation-delay: 0s;
    }*/
}
/*i5 320*/
@media (max-width: 320px) {
    .page_about02 .sec-title {
        font-size: 18px;
    }
    .page_about02 .sec1 .top .title {
        max-width: 100%;
        font-size: 33px;
        letter-spacing: 2px;
    }
    .page_about02 .sec3 .title {
        font-size: 26px;
        letter-spacing: 2px;
    }
    .page_about02 .sec3 .title b {
        margin: 0 10px;
        font-size: 55px;
    }
}

/***************************************************************/